type runtime.buckhashArray

5 uses

	runtime (current package)
		mprof.go#L177: type buckhashArray [buckHashSize]atomic.UnsafePointer // *bucket
		mprof.go#L276: 	bh := (*buckhashArray)(buckhash.Load())
		mprof.go#L280: 		bh = (*buckhashArray)(buckhash.Load())
		mprof.go#L282: 			bh = (*buckhashArray)(sysAlloc(unsafe.Sizeof(buckhashArray{}), &memstats.buckhash_sys))